Sponsored by Deepsite.site

Onvibe.run

创建者
José Galisteo Ruiza month ago
Talk to Claude and get a live web app deployed to a real URL, with Postgres, storage and cron. onvibe.run is a conversational PaaS: describe an app to Claude and it's deployed live to a real URL. Each project gets a PostgreSQL database, file storage, and scheduled cron jobs — no config, no dashboards required.
概览

onvibe.run

Talk to Claude and get a live web app deployed to a real URL. onvibe.run is a conversational PaaS: you describe the app you want, Claude builds it through MCP tools, and it ships to a public URL like https://your-project.onvibe.run — no dashboards, no config files, no manual deploys.

What you get with every project

  • A live URL instantly. create_project provisions the runtime and deploys a working starter app in one step, returning the live URL right away.
  • A PostgreSQL database per project. Run schema migrations and queries straight from the conversation with execute_sql (writes are gated behind an approval step) and query_sql (read-only). Introspect the schema with introspect_schema.
  • File storage. Public build-time assets (upload_asset) and private end-user uploads at runtime, served through signed URLs — the patterns are baked into the starter app.
  • Scheduled jobs (cron). Define cron jobs in config or via tools (create_cron, list_crons, run_cron, delete_cron); they invoke your app on a schedule.
  • Environment variables & secrets. set_env / get_env / delete_env, with encrypted values you paste yourself — secrets never live in source code.
  • Transactional email. Send email from your app with send_email.

Safe iteration

  • Deploy & edit fast. Change specific parts of a file with edit_file, then deploy staged changes without resending whole files. check_app confirms the app is healthy.
  • Versions & rollback. Snapshot code + database with create_version, list them, and rollback_to_version when something breaks. Automatic restore points protect you before risky migrations.
  • Drafts (working copies). create_draft clones a running app (code + data) so you can experiment, then apply_changes merges it back with built-in drift detection.
  • Observability. Pull runtime logs (get_app_logs) and captured frontend exceptions (get_exceptions) to debug without leaving the conversation.

Public projects can be shared as forkables: browse the curated gallery, pick an app, and fork_project gives you your own copy — code, schema, and assets — to build on. Every forkable is a working example you can deploy and customize in minutes.

How it works

The typical flow is: create_projectcheck_app → read the starter files (list_project_files, read_project_files) → edit_file / deploycheck_app. The starter is a server-rendered app that already models the platform's patterns — PostgreSQL with the right connection setup, private uploads, and automatic frontend error capture — so you have a correct baseline before writing your own code.

Connection

onvibe.run is a remote MCP server over Streamable HTTP with OAuth — no tokens to paste, no local install. Point your client at the endpoint and sign in through your browser on first use.

{
  "mcpServers": {
    "onvibe": {
      "type": "streamable-http",
      "url": "https://onvibe.run/mcp"
    }
  }
}
  • Endpoint: https://onvibe.run/mcp
  • Transport: Streamable HTTP
  • Auth: OAuth 2.0 (PKCE)
  • Website: https://onvibe.run

Highlights

  • ~35 MCP tools covering the full lifecycle: create, deploy, database, storage, cron, env, versions, drafts, forks, logs, and email.
  • Everything happens in the conversation — from first idea to a live, shareable URL.
  • Built as a Claude connector: sign in once and start shipping.

服务器配置

{
  "mcpServers": {
    "onvibe": {
      "type": "streamable-http",
      "url": "https://onvibe.run/mcp"
    }
  }
}
推荐的 MCP Server
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
DeepChatYour AI Partner on Desktop
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
Tavily Mcp
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
WindsurfThe new purpose-built IDE to harness magic
Serper MCP ServerA Serper MCP Server
ChatWiseThe second fastest AI chatbot™
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Playwright McpPlaywright MCP server
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Amap Maps高德地图官方 MCP Server
CursorThe AI Code Editor